Micron Document
Livres et Wikis | Archives | Info


Additive function
layout: Wide Β· Narrow Β· Centered
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
top
In number theory, an additive function is an arithmetic function f(n) of the positive integer variable n such that whenever a and b are coprime, the function applied to the product ab is the sum of the values of the function applied to a and b:cite-ref-erdos1939-1-0[1] f ( a b ) = f ( a ) + f ( b ) . {\displaystyle f(ab)=f(a)+f(b).}

Contents

β€’ Examples
β€’ See also
β€’ References

──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

Completely additive

An additive function f(n) is said to be completely additive if f ( a b ) = f ( a ) + f ( b ) {\displaystyle f(ab)=f(a)+f(b)} holds for all positive integers a and b, even when they are not coprime. Totally additive is also used in this sense by analogy with totally multiplicative functions. If f is a completely additive function then f(1) = 0.

Every completely additive function is additive, but not vice versa.

Examples

Examples of arithmetic functions which are completely additive are:

β€’ The restriction of the logarithmic function to N . {\displaystyle \mathbb {N} .}
β€’ The multiplicity of a prime factor p in n, that is the largest exponent m for which pm divides n.
β€’ a0(n) – the sum of primes dividing n counting multiplicity, sometimes called sopfr(n), the potency of n or the integer logarithm of n (sequence A001414 in the OEIS). For example:

a0(4) = 2 + 2 = 4 a0(20) = a0(22 Β· 5) = 2 + 2 + 5 = 9 a0(27) = 3 + 3 + 3 = 9 a0(144) = a0(24 Β· 32) = a0(24) + a0(32) = 8 + 6 = 14 a0(2000) = a0(24 Β· 53) = a0(24) + a0(53) = 8 + 15 = 23 a0(2003) = 2003 a0(54,032,858,972,279) = 1240658 a0(54,032,858,972,302) = 1780417 a0(20,802,650,704,327,415) = 1240681

β€’ The function Ξ©(n), defined as the total number of prime factors of n, counting multiple factors multiple times, sometimes called the "Big Omega function" (sequence A001222 in the OEIS). For example;

Ξ©(1) = 0, since 1 has no prime factors Ξ©(4) = 2 Ξ©(16) = Ξ©(2Β·2Β·2Β·2) = 4 Ξ©(20) = Ξ©(2Β·2Β·5) = 3 Ξ©(27) = Ξ©(3Β·3Β·3) = 3 Ξ©(144) = Ξ©(24 Β· 32) = Ξ©(24) + Ξ©(32) = 4 + 2 = 6 Ξ©(2000) = Ξ©(24 Β· 53) = Ξ©(24) + Ξ©(53) = 4 + 3 = 7 Ξ©(2001) = 3 Ξ©(2002) = 4 Ξ©(2003) = 1 Ξ©(54,032,858,972,279) = Ξ©(11 β‹… 19932 β‹… 1236661) = 4 Ξ©(54,032,858,972,302) = Ξ©(2 β‹… 72 β‹… 149 β‹… 2081 β‹… 1778171) = 6 Ξ©(20,802,650,704,327,415) = Ξ©(5 β‹… 7 β‹… 112 β‹… 19932 β‹… 1236661) = 7.

Examples of arithmetic functions which are additive but not completely additive are:

β€’ Ο‰(n), defined as the total number of distinct prime factors of n (sequence A001221 in the OEIS). For example:

Ο‰(4) = 1 Ο‰(16) = Ο‰(24) = 1 Ο‰(20) = Ο‰(22 Β· 5) = 2 Ο‰(27) = Ο‰(33) = 1 Ο‰(144) = Ο‰(24 Β· 32) = Ο‰(24) + Ο‰(32) = 1 + 1 = 2 Ο‰(2000) = Ο‰(24 Β· 53) = Ο‰(24) + Ο‰(53) = 1 + 1 = 2 Ο‰(2001) = 3 Ο‰(2002) = 4 Ο‰(2003) = 1 Ο‰(54,032,858,972,279) = 3 Ο‰(54,032,858,972,302) = 5 Ο‰(20,802,650,704,327,415) = 5

β€’ a1(n) – the sum of the distinct primes dividing n, sometimes called sopf(n) (sequence A008472 in the OEIS). For example:

a1(1) = 0 a1(4) = 2 a1(20) = 2 + 5 = 7 a1(27) = 3 a1(144) = a1(24 Β· 32) = a1(24) + a1(32) = 2 + 3 = 5 a1(2000) = a1(24 Β· 53) = a1(24) + a1(53) = 2 + 5 = 7 a1(2001) = 55 a1(2002) = 33 a1(2003) = 2003 a1(54,032,858,972,279) = 1238665 a1(54,032,858,972,302) = 1780410 a1(20,802,650,704,327,415) = 1238677

Multiplicative functions

From any additive function f ( n ) {\displaystyle f(n)} it is possible to create a related multiplicative function g ( n ) , {\displaystyle g(n),} which is a function with the property that whenever a {\displaystyle a} and b {\displaystyle b} are coprime then: g ( a b ) = g ( a ) Γ— g ( b ) . {\displaystyle g(ab)=g(a)\times g(b).} One such example is g ( n ) = 2 f ( n ) . {\displaystyle g(n)=2^{f(n)}.} Likewise if f ( n ) {\displaystyle f(n)} is completely additive, then g ( n ) = 2 f ( n ) {\displaystyle g(n)=2^{f(n)}} is completely multiplicative. More generally, we could consider the function g ( n ) = c f ( n ) {\displaystyle g(n)=c^{f(n)}} , where c {\displaystyle c} is a nonzero real constant.

Summatory functions

Given an additive function f {\displaystyle f} , let its summatory function be defined by M f ( x ) := βˆ‘ n ≀ x f ( n ) {\textstyle {\mathcal {M}}_{f}(x):=\sum _{n\leq x}f(n)} . The average of f {\displaystyle f} is given exactly as M f ( x ) = βˆ‘ p Ξ± ≀ x f ( p Ξ± ) ( ⌊ x p Ξ± βŒ‹ βˆ’ ⌊ x p Ξ± + 1 βŒ‹ ) . {\displaystyle {\mathcal {M}}_{f}(x)=\sum _{p^{\alpha }\leq x}f(p^{\alpha })\left(\left\lfloor {\frac {x}{p^{\alpha }}}\right\rfloor -\left\lfloor {\frac {x}{p^{\alpha +1}}}\right\rfloor \right).}

The summatory functions over f {\displaystyle f} can be expanded as M f ( x ) = x E ( x ) + O ( x β‹… D ( x ) ) {\displaystyle {\mathcal {M}}_{f}(x)=xE(x)+O({\sqrt {x}}\cdot D(x))} where E ( x ) = βˆ‘ p Ξ± ≀ x f ( p Ξ± ) p βˆ’ Ξ± ( 1 βˆ’ p βˆ’ 1 ) D 2 ( x ) = βˆ‘ p Ξ± ≀ x | f ( p Ξ± ) | 2 p βˆ’ Ξ± . {\displaystyle {\begin{aligned}E(x)&=\sum _{p^{\alpha }\leq x}f(p^{\alpha })p^{-\alpha }(1-p^{-1})\\D^{2}(x)&=\sum _{p^{\alpha }\leq x}|f(p^{\alpha })|^{2}p^{-\alpha }.\end{aligned}}}

The average of the function f 2 {\displaystyle f^{2}} is also expressed by these functions as M f 2 ( x ) = x E 2 ( x ) + O ( x D 2 ( x ) ) . {\displaystyle {\mathcal {M}}_{f^{2}}(x)=xE^{2}(x)+O(xD^{2}(x)).}

There is always an absolute constant C f > 0 {\displaystyle C_{f}>0} such that for all natural numbers x β‰₯ 1 {\displaystyle x\geq 1} , βˆ‘ n ≀ x | f ( n ) βˆ’ E ( x ) | 2 ≀ C f β‹… x D 2 ( x ) . {\displaystyle \sum _{n\leq x}|f(n)-E(x)|^{2}\leq C_{f}\cdot xD^{2}(x).}

Let Ξ½ ( x ; z ) := 1 x # { n ≀ x : f ( n ) βˆ’ A ( x ) B ( x ) ≀ z } . {\displaystyle \nu (x;z):={\frac {1}{x}}\#\!\left\{n\leq x:{\frac {f(n)-A(x)}{B(x)}}\leq z\right\}\!.}

Suppose that f {\displaystyle f} is an additive function with βˆ’ 1 ≀ f ( p Ξ± ) = f ( p ) ≀ 1 {\displaystyle -1\leq f(p^{\alpha })=f(p)\leq 1} such that as x β†’ ∞ {\displaystyle x\rightarrow \infty } , B ( x ) = βˆ‘ p ≀ x f 2 ( p ) / p β†’ ∞ . {\displaystyle B(x)=\sum _{p\leq x}f^{2}(p)/p\rightarrow \infty .}

Then Ξ½ ( x ; z ) ∼ G ( z ) {\displaystyle \nu (x;z)\sim G(z)} where G ( z ) {\displaystyle G(z)} is the Gaussian distribution function G ( z ) = 1 2 Ο€ ∫ βˆ’ ∞ z e βˆ’ t 2 / 2 d t . {\displaystyle G(z)={\frac {1}{\sqrt {2\pi }}}\int _{-\infty }^{z}e^{-t^{2}/2}dt.}

Examples of this result related to the prime omega function and the numbers of prime divisors of shifted primes include the following for fixed z ∈ R {\displaystyle z\in \mathbb {R} } where the relations hold for x ≫ 1 {\displaystyle x\gg 1} : # { n ≀ x : Ο‰ ( n ) βˆ’ log ⁑ log ⁑ x ≀ z ( log ⁑ log ⁑ x ) 1 / 2 } ∼ x G ( z ) , {\displaystyle \#\{n\leq x:\omega (n)-\log \log x\leq z(\log \log x)^{1/2}\}\sim xG(z),} # { p ≀ x : Ο‰ ( p + 1 ) βˆ’ log ⁑ log ⁑ x ≀ z ( log ⁑ log ⁑ x ) 1 / 2 } ∼ Ο€ ( x ) G ( z ) . {\displaystyle \#\{p\leq x:\omega (p+1)-\log \log x\leq z(\log \log x)^{1/2}\}\sim \pi (x)G(z).}

See also
References

cite-note-erdos1939-11. ↑ ErdΓΆs, P., and M. Kac. On the Gaussian Law of Errors in the Theory of Additive Functions. Proc Natl Acad Sci USA. 1939 April; 25(4): 206–207. online

Further reading

β€’ Janko Bračič, Kolobar aritmetičnih funkcij (Ring of arithmetical functions), (Obzornik mat, fiz. 49 (2002) 4, pp. 97–108) (MSC (2000) 11A25)
β€’ Iwaniec and Kowalski, Analytic number theory, AMS (2004).